low level format - tradução para italiano
Diclib.com
Dicionário ChatGPT
Digite uma palavra ou frase em qualquer idioma 👆
Idioma:     

Tradução e análise de palavras por inteligência artificial ChatGPT

Nesta página você pode obter uma análise detalhada de uma palavra ou frase, produzida usando a melhor tecnologia de inteligência artificial até o momento:

  • como a palavra é usada
  • frequência de uso
  • é usado com mais frequência na fala oral ou escrita
  • opções de tradução de palavras
  • exemplos de uso (várias frases com tradução)
  • etimologia

low level format - tradução para italiano

PROCESS OF PREPARING A DATA STORAGE DEVICE FOR INITIAL USE
Disk format; Logical formatting; Physical formatting; Low-level formatting; Reformat; Low-level format; Nuke and pave; Nuke and Pave; High-level format; Disk reinitialization; Low level format; Lowlevel format; Format program; Format disk; Fresh install; Quick Format; Zero a drive
  • IBM PC XT]] hard drive

low level format         
Formato a basso livello (formato elementare che indica la distribuzione materiale dei binari e settori sul disco)
quick format         
Formato rapido (processo in cui si cancella il contenuto del dischetto ma non subisce formato completo)
low level programming language         
  • Front panel of a PDP-8/E minicomputer. The row of switches at the bottom can be used to toggle in a machine language program.
PROGRAMMING LANGUAGES SIMILAR TO INSTRUCTION SETS
Low-level language; Low level programming language; Low level language; Low-level programming; Low-level (computing); Low-level programming languages; Low level programing language; Low level programming; Lower level language
lingua di programmazione di basso livello (lingua di programmazione di base simile alla lingua di macchina)

Definição

low-level language
<language> Any programming language which either is assembly language, or which is meant to be closely related to, and easily translated into, machine language. Low-level languages lack the amenities of high-level languages but it may be possible to write more efficient code in them. (2000-08-10)

Wikipédia

Disk formatting

Disk formatting is the process of preparing a data storage device such as a hard disk drive, solid-state drive, floppy disk, memory card or USB flash drive for initial use. In some cases, the formatting operation may also create one or more new file systems. The first part of the formatting process that performs basic medium preparation is often referred to as "low-level formatting". Partitioning is the common term for the second part of the process, dividing the device into several sub-devices and, in some cases, writing information to the device allowing an operating system to be booted from it. The third part of the process, usually termed "high-level formatting" most often refers to the process of generating a new file system. In some operating systems all or parts of these three processes can be combined or repeated at different levels and the term "format" is understood to mean an operation in which a new disk medium is fully prepared to store files. Some formatting utilities allow distinguishing between a quick format, which does not erase all existing data and a long option that does erase all existing data.

As a general rule, formatting a disk by default leaves most if not all existing data on the disk medium; some or most of which might be recoverable with privileged or special tools. Special tools can remove user data by a single overwrite of all files and free space.